* src/lread.c (read1): Allow newstyle unquote outside of backquote.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 6 Dec 2010 16:37:26 +0000 (11:37 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 6 Dec 2010 16:37:26 +0000 (11:37 -0500)
commitb4b8f0804f13d0a8a5ff6b1447f96836ff55a85c
treeb1b81fd244f39ecc3ae43fe4c8ca9b7f2f1b8e34
parentb06e3202e8eb7feacf1bf457c9be25eb7e278104
* src/lread.c (read1): Allow newstyle unquote outside of backquote.
Disallow old-style backquotes inside new-style backquotes.
Don't count unquotes to figure out when we're "syntactically inside
but semantically outside of a backquote" any more.
Extend the restriction no-unescaped-commas-and-backquotes-in-symbols
to all contexts.
src/ChangeLog
src/lread.c